Contents | Index | < Browse | Browse >
LETTERremoveULETTER
Removes a file.
Overview
#include <stdio.h>
error = remove(filename);
int error;
const char *filename;
Portability
ANSI
Description
Removes a file. "filename" is a AmigaDOS path interpreted relative to the
program's current directory.
Returns
A value unequal zero if an error occured, otherwise 0.